Vcenter FoundationLoadBalancers OperationStatus
Vcenter FoundationLoadBalancers OperationStatus
The Vcenter FoundationLoadBalancers OperationStatus enumerated type defines the consolidated operation status in making changes to associated load balancer.
Possible values:
SUCCESS
: The create/update/redeploy/resize/upgrade operation is successful.SETTING
: The load balancer is executing operation of creating, updating or increasing the number of load balancer, it keeps in Vcenter FoundationLoadBalancers OperationStatus.SETTING status.SETTING_ERROR
: There are some errors occurring in the process of creating or updating load balancer, it changes into Vcenter FoundationLoadBalancers OperationStatus.SETTING_ERROR status.REDEPLOYING
: The load balancer is executing operation of redeploying, it keeps in Vcenter FoundationLoadBalancers OperationStatus.REDEPLOYING status. In such status, all other operations which will change the load balancer node status are blocked.REDEPLOYING_ERROR
: There are some errors occurring in redeploying the load balancer node, it keeps in Vcenter FoundationLoadBalancers OperationStatus.REDEPLOYING_ERROR status.RESIZING
: The load balancer is executing operation of resizing, it keeps in Vcenter FoundationLoadBalancers OperationStatus.RESIZING status. In such status, all other operations which will change the load balancer status are blocked.RESIZING_ERROR
: There are some errors occurring in resizing load balancer, it keeps in Vcenter FoundationLoadBalancers OperationStatus.RESIZING_ERROR status.UPGRADING
: The load balancer is executing operation of upgrading, it keeps in Vcenter FoundationLoadBalancers OperationStatus.UPGRADING status. In such status, all other operations which will change the status are blocked.UPGRADING_ERROR
: There are some errors occurring in upgrading the load balancer, it keeps in Vcenter FoundationLoadBalancers OperationStatus.UPGRADING_ERROR status.DELETING
: The load balancer is executing operation of deleting, it keeps in Vcenter FoundationLoadBalancers OperationStatus.DELETING status. In such status, all other operations which will change the load balancer status are blocked.DELETING_ERROR
: There are some errors occurring in deleting the load balancer, it keeps in Vcenter FoundationLoadBalancers OperationStatus.DELETING_ERROR status. In such status, all other operations which will change the load balancer status are blocked.
This enumeration was added in vSphere API 9.0.0.0.
This data structure has no properties.
Enumeration:
SUCCESS,
SETTING,
SETTING_ERROR,
REDEPLOYING,
REDEPLOYING_ERROR,
RESIZING,
RESIZING_ERROR,
UPGRADING,
UPGRADING_ERROR,
DELETING,
DELETING_ERROR,